projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71a3fb8
)
* eglot.el (eglot-initialization-options): fix spurious typo.
author
João Távora
<joaotavora@gmail.com>
Tue, 7 Aug 2018 21:13:28 +0000
(22:13 +0100)
committer
João Távora
<joaotavora@gmail.com>
Tue, 7 Aug 2018 21:13:28 +0000
(22:13 +0100)
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index 33b478f4af6fec67bf6e9eba91ccefba45273864..125c795bc3503fc23a62a790fa0e29f06d47ab2c 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-1663,7
+1663,7
@@
If SKIP-SIGNATURE, don't try to send textDocument/signatureHelp."
"Passes through required cquery initialization options"
(let* ((root (car (project-roots (eglot--project server))))
(cache (expand-file-name ".cquery_cached_index/" root)))
- (list :cacheDirectory (file-name-as-directory cache)
Ini
+ (list :cacheDirectory (file-name-as-directory cache)
:progressReportFrequencyMs -1)))
\f